func github.com/aws/smithy-go/encoding/httpbinding.replacePathElement
3 uses
github.com/aws/smithy-go/encoding/httpbinding (current package)
path_replace.go#L24: func replacePathElement(path, fieldBuf []byte, key, val string, escape bool) ([]byte, []byte, error) {
uri.go#L22: *u.path, *u.buffer, err = replacePathElement(*u.path, *u.buffer, u.key, value, false)
uri.go#L26: *u.rawPath, *u.buffer, err = replacePathElement(*u.rawPath, *u.buffer, u.key, value, true)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)